home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941031-19941221 / 000031_news@columbia.edu_Wed Nov 2 16:32:14 1994.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA15204
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Wed, 2 Nov 1994 11:32:23 -0500
  3. Received: by apakabar.cc.columbia.edu id AA06227
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Wed, 2 Nov 1994 11:32:20 -0500
  5. Path: news.columbia.edu!usenet
  6. From: fdc@fdc.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Echoing modem responses
  9. Date: 2 Nov 1994 16:32:14 GMT
  10. Organization: Columbia University
  11. Lines: 20
  12. Message-Id: <398eue$628@apakabar.cc.columbia.edu>
  13. References: <jzeroCynAvC.IB8@netcom.com>
  14. Nntp-Posting-Host: fdc.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <jzeroCynAvC.IB8@netcom.com> jzero@netcom.com (Jim Nakamura)  
  18. writes:
  19. > How does one echo modem responses from a kermit script?
  20. Depending on which Kermit version you have, the command is:
  21.  
  22.   SET TAKE ECHO ON
  23.   SET TAKE-ECHO ON
  24.  
  25. etc.  If you are using C-Kermit 5A, the command you really want is:
  26.  
  27.   SET DIAL DISPLAY ON
  28.  
  29. MS-DOS Kermit dialing scripts already display all the interactions with
  30. the modem.
  31.  
  32. Please read the appropriate manuals, "Using MS-DOS Kermit" or "Using
  33. C-Kermit" for complete details.
  34.  
  35. - Frank